home *** CD-ROM | disk | FTP | other *** search
- object S3_001SOMM is MEDIADISTRIBUTOR
- with
- Duration is -1;
- X is 0; Y is 0; Width is 640; Height is 480;
- Items is [
- S3A9_TIME_OUT,
- S3A3_001_PIC,
- S3A4_AIDE,
- S3A5_ALBUM,
- S3A6_TABLEAUX,
- S3A7_BALADES,
- S3A8_AUTEURS
- ];
- end;
-
- object S3A9_TIME_OUT is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.GoToBeginning();
- self.Run(true);
- end;
-
- Finished()
- do
- APPLICATION.GoTo(S156_002COV1);
- end;
-
- with
- Duration is 1600;
- X is 85; Y is 132; Width is 74; Height is 60;
- end;
-
- object S3A3_001_PIC is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- TRANSITION.Set(WipeTop, 300);
- self.Show(true);
- end;
-
- with
- Target is C288_001_PIC;
- Duration is -1;
- X is 0; Y is 0; Width is 640; Height is 480;
- end;
-
- object S3A4_AIDE is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoTo(S4_004AIDE);
- end;
-
- with
- Duration is -1;
- X is 203; Y is 108; Width is 50; Height is 49;
- end;
-
- object S3A5_ALBUM is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoTo(S5_005ALBU);
- end;
-
- with
- Duration is -1;
- X is 203; Y is 166; Width is 50; Height is 50;
- end;
-
- object S3A6_TABLEAUX is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoTo(S6_006TABL);
- end;
-
- with
- Duration is -1;
- X is 203; Y is 224; Width is 49; Height is 49;
- end;
-
- object S3A7_BALADES is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoTo(S7_BALADES_SON);
- end;
-
- with
- Duration is -1;
- X is 203; Y is 283; Width is 49; Height is 49;
- end;
-
- object S3A8_AUTEURS is MEDIADELEGATOR
- has
-
- OffScreen()
- do
- self.Enable(true);
- self.Show(true);
- end;
-
- MouseUp(theX, theY)
- do
- APPLICATION.GoTo(S9_009AUTE);
- end;
-
- with
- Duration is -1;
- X is 203; Y is 342; Width is 48; Height is 49;
- end;
-
-